home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lang_c / msqc25t1 / textscrn.h < prev    next >
Text File  |  1990-09-23  |  540b  |  22 lines

  1. /* textscrn.h:  Stretching text screen operation for QC 2.0 */
  2.  
  3. /* Text color constants */
  4. #define BLACK       0
  5. #define BLUE        1
  6. #define GREEN       2
  7. #define CYAN        3
  8. #define RED         4
  9. #define MAGENTA     5
  10. #define BROWN       6
  11. #define LTGRAY      7
  12. #define DKGRAY      8
  13. #define LTBLUE      9
  14. #define LTGREEN     10
  15. #define LTCYAN      11
  16. #define LTRED       12
  17. #define LTMAGENTA   13
  18. #define YELLOW      14
  19. #define WHITE       15
  20. #define BLINK       0x80        /* OR with textcolor for blinking */
  21.  
  22.